Michael Natterer [Tue, 11 Sep 2007 18:54:00 +0000 (18:54 +0000)]
remove useless member "has_title" from the private struct and simply set
2007-09-11 Michael Natterer <mitch@imendio.com>
* gtk/gtkfilechooserbutton.c: remove useless member "has_title"
from the private struct and simply set the default title in
constructor() whenever we create a dialog or the supplied one has
no title. Also accept RESPONSE_ACCEPT *and* RESPONSE_OK as
affirmative responses and document that accordingly. Fixes bug
#436576. Fixed all compiler warnings in the file.
svn path=/trunk/; revision=18796
Michael Natterer [Tue, 11 Sep 2007 17:38:12 +0000 (17:38 +0000)]
Make sure menu_shell->button gets reset to 0 when we bail out early here
2007-09-11 Michael Natterer <mitch@imendio.com>
* gtk/gtkmenu.c (gtk_menu_button_release): Make sure
menu_shell->button gets reset to 0 when we bail out early here
instead of chaining up, so it is in a consistent state for the
next press/release in GtkMenuShell. Fixes bug #449371.
svn path=/trunk/; revision=18795
Jovan Naumovski [Tue, 11 Sep 2007 11:52:21 +0000 (11:52 +0000)]
2007-09-11 Jovan Naumovski <jovanna@svn.gnome.org> *mk.po: Updated Macedonian translation.
svn path=/trunk/; revision=18794
Hendrik Richter [Tue, 11 Sep 2007 10:03:56 +0000 (10:03 +0000)]
Updated German translation.
2007-09-11 Hendrik Richter <hendrikr@gnome.org>
* de.po: Updated German translation.
svn path=/trunk/; revision=18793
Jorge Gonzalez Gonzalez [Tue, 11 Sep 2007 08:22:34 +0000 (08:22 +0000)]
Updated Spanish translation
svn path=/trunk/; revision=18792
Ankitkumar Rameshchandra Patel [Tue, 11 Sep 2007 07:36:41 +0000 (07:36 +0000)]
Udpated Gujarati Translations
svn path=/trunk/; revision=18791
Kjartan Maraas [Mon, 10 Sep 2007 21:58:20 +0000 (21:58 +0000)]
Fix some typos. Closes bug #475400.
2007-09-10 Kjartan Maraas <kmaraas@gnome.org>
* gtk/gtkentry.c: Fix some typos. Closes bug #475400.
svn path=/trunk/; revision=18790
Behdad Esfahbod [Mon, 10 Sep 2007 18:07:39 +0000 (18:07 +0000)]
Fix serial number comparison regression introduced recently. (#474897)
2007-09-10 Behdad Esfahbod <behdad@gnome.org>
* gdk/x11/gdkgeometry-x11.c (gdk_window_queue),
(_gdk_window_process_expose): Fix serial number comparison regression
introduced recently. (#474897)
svn path=/trunk/; revision=18789
Matthias Clasen [Mon, 10 Sep 2007 17:32:52 +0000 (17:32 +0000)]
Add one more paragraph
svn path=/trunk/; revision=18788
Richard Hult [Mon, 10 Sep 2007 17:19:49 +0000 (17:19 +0000)]
Build fix, correct a typo in the G_BEGIN_DECLS fix below.
2007-09-10 Richard Hult <richard@imendio.com>
* gtk/gtksearchenginesimple.h: Build fix, correct a typo in the
G_BEGIN_DECLS fix below.
svn path=/trunk/; revision=18787
Matthias Clasen [Mon, 10 Sep 2007 16:40:15 +0000 (16:40 +0000)]
Fix a typo
svn path=/trunk/; revision=18786
Kristian Rietveld [Mon, 10 Sep 2007 12:46:23 +0000 (12:46 +0000)]
when creating a new box, be sure to transfer a possible tooltip from the
2007-09-10 Kristian Rietveld <kris@imendio.com>
* gtk/gtkmenutoolbutton.c (gtk_menu_tool_button_construct_contents):
when creating a new box, be sure to transfer a possible tooltip from
the old to the new box. (Fixes #458283, reported by Christian Persch).
svn path=/trunk/; revision=18785
Kjartan Maraas [Mon, 10 Sep 2007 09:55:27 +0000 (09:55 +0000)]
Updated Norwegian bokmål translation.
2007-09-10 Kjartan Maraas <kmaraas@gnome.org>
* nb.po: Updated Norwegian bokmål translation.
svn path=/trunk/; revision=18783
Ani Peter [Mon, 10 Sep 2007 09:40:21 +0000 (09:40 +0000)]
Updated Malayalam (ml) Translation
svn path=/trunk/; revision=18782
Ani Peter [Mon, 10 Sep 2007 09:40:09 +0000 (09:40 +0000)]
Updated Malayalam (ml) Translation
svn path=/trunk/; revision=18781
Kristian Rietveld [Mon, 10 Sep 2007 09:24:38 +0000 (09:24 +0000)]
only start typeahead search if tree_view has focus (and not one of the
2007-09-10 Kristian Rietveld <kris@imendio.com>
* gtk/gtktreeview.c (gtk_tree_view_key_press): only start
typeahead search if tree_view has focus (and not one of the column
buttons).
svn path=/trunk/; revision=18779
Hendrik Richter [Mon, 10 Sep 2007 09:19:32 +0000 (09:19 +0000)]
Updated German translation.
2007-09-10 Hendrik Richter <hendrikr@gnome.org>
* de.po: Updated German translation.
svn path=/trunk/; revision=18778
Pramod Raghavendra [Mon, 10 Sep 2007 06:05:09 +0000 (06:05 +0000)]
Update kn translations
svn path=/trunk/; revision=18777
Matthias Clasen [Mon, 10 Sep 2007 03:16:13 +0000 (03:16 +0000)]
Remove update_idle here. Might fix #383003.
2007-09-09 Matthias Clasen <mclasen@redhat.com>
* gtk/gtkdnd.c (gtk_drag_source_info_destroy): Remove
update_idle here. Might fix #383003.
svn path=/trunk/; revision=18776
Matthias Clasen [Mon, 10 Sep 2007 00:43:58 +0000 (00:43 +0000)]
Add a bounding box test that will avoid getting the individual cell boxes
2007-09-09 Matthias Clasen <mclasen@redhat.com>
* gtk/gtkiconview.c (gtk_icon_view_item_hit_test): Add a
bounding box test that will avoid getting the individual cell
boxes if they haven't been calculated yet. (#404541)
svn path=/trunk/; revision=18775
Matthias Clasen [Sun, 9 Sep 2007 23:54:17 +0000 (23:54 +0000)]
fix the build
svn path=/trunk/; revision=18774
Matthias Clasen [Sun, 9 Sep 2007 20:18:24 +0000 (20:18 +0000)]
Update the documentation to mark the optional constructors parameters. The
2007-09-09 Matthias Clasen <mclasen@redhat.com>
* gtk/gtkaction.c:
* gtk/gtkradioaction.c:
* gtk/gtkrecentaction.c:
* gtk/gtktoggleaction.c: Update the documentation to mark
the optional constructors parameters. The GtkAction::name
property is required, instead, as it is used by GtkUIManager
to find the action object from the XML. (#450032, Murray Cumming,
patch by Emmanuele Bassi)
svn path=/trunk/; revision=18773
Matthias Clasen [Sun, 9 Sep 2007 20:13:58 +0000 (20:13 +0000)]
Include config.h first. (#467719)
2007-09-09 Matthias Clasen <mclasen@redhat.com>
* modules/printbackends/lpr/gtkprintbackendlpr.c:
* modules/printbackends/cups/gtkcupsutils.c:
* modules/printbackends/cups/gtkprintbackendcups.c: Include
config.h first. (#467719)
svn path=/trunk/; revision=18772
Matthias Clasen [Sun, 9 Sep 2007 20:08:31 +0000 (20:08 +0000)]
Remove trailing commas from enumerations, since some compilers don't like
2007-09-09 Matthias Clasen <mclasen@redhat.com>
* gtk/gtklinkbutton.c:
* gtk/gtkrecentfilter.c:
* gtk/gtkprinteroptionwidget.c: Remove trailing commas from
enumerations, since some compilers don't like them. (#467717)
svn path=/trunk/; revision=18771
Matthias Clasen [Sun, 9 Sep 2007 19:48:22 +0000 (19:48 +0000)]
Don't assume that a path of depth 0 has no indices. (#467324, Szilard
2007-09-09 Matthias Clasen <mclasen@redhat.com>
* gtk/gtktreemodelfilter.c (gtk_tree_model_filter_rows_reordered):
* gtk/gtktreemodelsort.c (gtk_tree_model_sort_rows_reordered): Don't
assume that a path of depth 0 has no indices. (#467324, Szilard
Pfeiffer)
svn path=/trunk/; revision=18770
18:22:28 Tim Janik [Sun, 9 Sep 2007 16:24:34 +0000 (16:24 +0000)]
fix invalid list node accesses, spotted by Benjamin Berg, bug #475158.
2007-09-09 18:22:28 Tim Janik <timj@gtk.org>
* gdk/x11/gdkgeometry-x11.c (_gdk_window_process_expose): fix invalid
list node accesses, spotted by Benjamin Berg, bug #475158.
svn path=/trunk/; revision=18769
Kristian Rietveld [Sun, 9 Sep 2007 15:17:43 +0000 (15:17 +0000)]
Reverted r16699:
2007-09-09 Kristian Rietveld <kris@gtk.org>
Reverted r16699:
2006-10-30 Kristian Rietveld <kris@gtk.org>
* gtk/gtktreeview.c (gtk_tree_view_class_init): change left/right
keybindings to collapse/expand rows instead of moving the focus
cursor. (#105895, Brian Bober and others).
svn path=/trunk/; revision=18768
Matthias Clasen [Sun, 9 Sep 2007 05:30:17 +0000 (05:30 +0000)]
Updates
svn path=/trunk/; revision=18767
Matthias Clasen [Sun, 9 Sep 2007 04:31:20 +0000 (04:31 +0000)]
Add a note about bug 463772
svn path=/trunk/; revision=18766
Matthias Clasen [Sun, 9 Sep 2007 02:15:13 +0000 (02:15 +0000)]
Revert the clamping of cursor coordinates, since it causes really ugly
2007-09-08 Matthias Clasen <mclasen@redhat.com>
* gtk/gtkstyle.c (draw_insertion_cursor): Revert the clamping
of cursor coordinates, since it causes really ugly drawing
artifacts with horizontal scrolling. (#471215, Yevgen Muntyan)
svn path=/trunk/; revision=18765
Jovan Naumovski [Sat, 8 Sep 2007 17:06:30 +0000 (17:06 +0000)]
2007-09-08 Jovan Naumovski <jovanna@svn.gnome.org> *mk.po: Updated Macedonian translation.
svn path=/trunk/; revision=18764
Inaki Larranaga Murgoitio [Sat, 8 Sep 2007 16:56:12 +0000 (16:56 +0000)]
Fixed some typos in Basque translation.
2007-09-08 Inaki Larranaga Murgoitio <dooteo@zundan.com>
* eu.po: Fixed some typos in Basque translation.
svn path=/trunk/; revision=18763
Jovan Naumovski [Sat, 8 Sep 2007 16:21:23 +0000 (16:21 +0000)]
2007-09-08 Jovan Naumovski <jovanna@svn.gnome.org> *mk.po: Updated Macedonian translation.
svn path=/trunk/; revision=18762
Matthias Clasen [Sat, 8 Sep 2007 05:38:58 +0000 (05:38 +0000)]
Apply a number of patches by Xan Lopez to improve the interaction between
2007-09-08 Matthias Clasen <mclasen@redhat.com>
* gtk/gtkentrycompletion.c:
* gtk/gtkentry.c: Apply a number of patches by Xan Lopez
to improve the interaction between actions and inline
selection. (#471132)
svn path=/trunk/; revision=18761
Matthias Clasen [Sat, 8 Sep 2007 05:23:12 +0000 (05:23 +0000)]
Use g_slice for ToolbarContent. (#474696, Christian Persch)
2007-09-07 Matthias Clasen <mclasen@redhat.com>
* gtk/gtktoolbar.c: Use g_slice for ToolbarContent.
(#474696, Christian Persch)
svn path=/trunk/; revision=18760
Matthias Clasen [Sat, 8 Sep 2007 05:16:03 +0000 (05:16 +0000)]
Fix some possible crashes. (#468832, Michal Luczaj)
2007-09-08 Matthias Clasen <mclasen@redhat.com>
* io-ani.c: Fix some possible crashes. (#468832, Michal Luczaj)
svn path=/trunk/; revision=18759
Nickolay V. Shmyrev [Fri, 7 Sep 2007 20:15:12 +0000 (20:15 +0000)]
Updated Russian translation
2007-09-07 Nickolay V. Shmyrev <nshmyrev@yandex.ru>
* ru.po: Updated Russian translation
svn path=/trunk/; revision=18758
Matthias Clasen [Fri, 7 Sep 2007 20:03:22 +0000 (20:03 +0000)]
Add an internal child name for the notebook, so that GtkBuilder can be
2007-09-07 Matthias Clasen <mclasen@redhat.com>
* gtk/gtkprintunixdialog.c: Add an internal child name for
the notebook, so that GtkBuilder can be used to add custom tabs.
(#472951, Christian Persch)
svn path=/trunk/; revision=18757
Matthias Clasen [Fri, 7 Sep 2007 19:57:33 +0000 (19:57 +0000)]
Don't use image->attach_points where image->n_attach_points was meant.
2007-09-07 Matthias Clasen <mclasen@redhat.com>
* gtk/updateiconcache.c (get_image_meta_data_size): Don't
use image->attach_points where image->n_attach_points was meant.
Pointed out by Albert Chin.
svn path=/trunk/; revision=18756
Wouter Bolsterlee [Fri, 7 Sep 2007 19:25:13 +0000 (19:25 +0000)]
Fix typo that broke the build.
2007-09-07 Wouter Bolsterlee <wbolster@svn.gnome.org>
* modules/printbackends/cups/gtkcupsutils.c:
(_post_send): Fix typo that broke the build.
svn path=/trunk/; revision=18755
Nickolay V. Shmyrev [Fri, 7 Sep 2007 19:07:06 +0000 (19:07 +0000)]
Updated Russian translation
2007-09-07 Nickolay V. Shmyrev <nshmyrev@yandex.ru>
* ru.po: Updated Russian translation
svn path=/trunk/; revision=18754
Matthias Clasen [Fri, 7 Sep 2007 18:32:36 +0000 (18:32 +0000)]
Check for the cups function httpGetAuthString().
2007-09-07 Matthias Clasen <mclasen@redhat.com>
* configure.in: Check for the cups function httpGetAuthString().
* modules/printbackends/cups/gtkcupsutils.c: Use httpGetAuthString()
if available. (#467414, Claudio Saavedra)
svn path=/trunk/; revision=18753
Subhransu Behera [Fri, 7 Sep 2007 14:46:22 +0000 (14:46 +0000)]
Updated Oriya Translation
svn path=/trunk/; revision=18752
Raphael Higino [Fri, 7 Sep 2007 14:19:18 +0000 (14:19 +0000)]
Updated Brazilian Portuguese translation
svn path=/trunk/; revision=18751
Ani Peter [Fri, 7 Sep 2007 12:27:09 +0000 (12:27 +0000)]
Updated Malayalam (ml) Translation
svn path=/trunk/; revision=18750
Ani Peter [Fri, 7 Sep 2007 12:26:55 +0000 (12:26 +0000)]
Updated Malayalam (ml) Translation
svn path=/trunk/; revision=18749
Maxim Dziumanenko [Fri, 7 Sep 2007 11:43:05 +0000 (11:43 +0000)]
Update Ukrainian translation.
2007-09-07 Maxim Dziumanenko <dziumanenko@gmail.com>
* Update Ukrainian translation.
svn path=/trunk/; revision=18748
Kristian Rietveld [Fri, 7 Sep 2007 11:02:04 +0000 (11:02 +0000)]
implement missing get_cells method. (Spotted by Paolo Borelli).
2007-09-07 Kristian Rietveld <kris@gtk.org>
* gtk/gtkcombobox.c (gtk_combo_box_cell_layout_init),
(gtk_combo_box_cell_layout_get_cells): implement missing get_cells
method. (Spotted by Paolo Borelli).
svn path=/trunk/; revision=18747
Matthias Clasen [Fri, 7 Sep 2007 05:45:41 +0000 (05:45 +0000)]
Fix a crash
svn path=/trunk/; revision=18746
Ani Peter [Fri, 7 Sep 2007 05:24:21 +0000 (05:24 +0000)]
Updated Malayalam (ml) Translation
svn path=/trunk/; revision=18745
Ani Peter [Fri, 7 Sep 2007 05:24:06 +0000 (05:24 +0000)]
Updated Malayalam (ml) Translation
svn path=/trunk/; revision=18744
Matthias Clasen [Fri, 7 Sep 2007 03:59:33 +0000 (03:59 +0000)]
Check for cups.h
svn path=/trunk/; revision=18743
Matthias Clasen [Fri, 7 Sep 2007 03:53:23 +0000 (03:53 +0000)]
Allow dest to be NULL. (#464528, Xan Lopez)
2007-09-06 Matthias Clasen <mclasen@redhat.com>
* gdk/gdkrectangle.c (gdk_rectangle_intersect): Allow
dest to be NULL. (#464528, Xan Lopez)
svn path=/trunk/; revision=18742
Matthias Clasen [Fri, 7 Sep 2007 03:18:53 +0000 (03:18 +0000)]
Remove references to deprecated functions. (#460207, Guillaume Cottenceau)
2007-09-06 Matthias Clasen <mclasen@redhat.com>
* gdk-pixbuf/porting-from-imlib.sgml:
* gdk/tmpl/rgb.sgml: Remove references to deprecated
functions. (#460207, Guillaume Cottenceau)
svn path=/trunk/; revision=18741
Matthias Clasen [Fri, 7 Sep 2007 03:07:18 +0000 (03:07 +0000)]
correct an example
svn path=/trunk/; revision=18740
Goran Rakic [Thu, 6 Sep 2007 20:21:39 +0000 (20:21 +0000)]
Updated Serbian translation
svn path=/trunk/; revision=18739
Matthias Clasen [Thu, 6 Sep 2007 19:15:37 +0000 (19:15 +0000)]
Initialize error to NULL before calling g_set_error(). Should fix #473954,
2007-09-06 Matthias Clasen <mclasen@redhat.com>
* gtk/gtkfilechooserdefault.c (shortcuts_drop_uris): Initialize
error to NULL before calling g_set_error(). Should fix #473954,
reported by Sebastien Bacher.
svn path=/trunk/; revision=18738
Vincent van Adrighem [Thu, 6 Sep 2007 18:26:59 +0000 (18:26 +0000)]
Translation updated by Tino Meinen.
2007-09-06 Vincent van Adrighem <adrighem@gnome.org>
* nl.po: Translation updated by Tino Meinen.
svn path=/trunk/; revision=18737
Vincent van Adrighem [Thu, 6 Sep 2007 18:25:11 +0000 (18:25 +0000)]
Translation updated by Tino Meinen.
2007-09-06 Vincent van Adrighem <adrighem@gnome.org>
* nl.po: Translation updated by Tino Meinen.
svn path=/trunk/; revision=18736
Amanpreet Singh Alam [Thu, 6 Sep 2007 17:36:26 +0000 (17:36 +0000)]
updating for Punjabi
svn path=/trunk/; revision=18735
Amanpreet Singh Alam [Thu, 6 Sep 2007 14:03:03 +0000 (14:03 +0000)]
updating for Punjabi
svn path=/trunk/; revision=18734
Priit Laes [Thu, 6 Sep 2007 14:01:19 +0000 (14:01 +0000)]
Estonian translation updates by Ivar Smolin
2007-09-06 Priit Laes <plaes@svn.gnome.org>
* et.po: Estonian translation updates by Ivar Smolin
svn path=/trunk/; revision=18733
Ani Peter [Thu, 6 Sep 2007 12:36:42 +0000 (12:36 +0000)]
Updated Malayalam (ml) Translation
svn path=/trunk/; revision=18732
Ani Peter [Thu, 6 Sep 2007 12:36:23 +0000 (12:36 +0000)]
Updated Malayalam (ml) Translation
svn path=/trunk/; revision=18731
13:37:28 Tim Janik [Thu, 6 Sep 2007 11:44:22 +0000 (11:44 +0000)]
removed code that forced range repaints upon every motion event, because
2007-09-06 13:37:28 Tim Janik <timj@imendio.com>
* gtk/gtkrange.c (gtk_range_adjustment_value_changed): removed code
that forced range repaints upon every motion event, because these tend
to stall other repaints on busy CPUs.
added a timer to still force repaints every once in a while (roughly
5Hz atm) to avoid leaving the user without feedback on the range.
fixes bug #460534.
svn path=/trunk/; revision=18730
Michael Natterer [Thu, 6 Sep 2007 10:46:54 +0000 (10:46 +0000)]
s/gtk_widget_[un]ref/g_object_[un]ref/g
2007-09-06 Michael Natterer <mitch@imendio.com>
* demos/gtk-demo/panes.c: s/gtk_widget_[un]ref/g_object_[un]ref/g
svn path=/trunk/; revision=18729
Theppitak Karoonboonyanan [Thu, 6 Sep 2007 08:16:50 +0000 (08:16 +0000)]
Updated Thai translation.
* th.po: Updated Thai translation.
svn path=/trunk/; revision=18728
Richard Hult [Thu, 6 Sep 2007 08:16:40 +0000 (08:16 +0000)]
Patch from William Pitcock: Ungrab windows if necessary when they are
2007-09-06 Richard Hult <richard@imendio.com>
* gdk/quartz/gdkwindow-quartz.c (_gdk_windowing_window_destroy):
Patch from William Pitcock: Ungrab windows if necessary when they
are destroyed, fixes bug #473441.
svn path=/trunk/; revision=18727
Kjartan Maraas [Wed, 5 Sep 2007 18:51:46 +0000 (18:51 +0000)]
Update some more.
2007-09-05 Kjartan Maraas <kmaraas@gnome.org>
* nb.po: Update some more.
svn path=/trunk/; revision=18726
Tim Janik [Wed, 5 Sep 2007 12:17:39 +0000 (12:17 +0000)]
fix wrong default value in ::tab-expand param spec constructor.
Wed Sep 5 14:15:17 2007 Tim Janik <timj@imendio.com>
* gtk/gtknotebook.c (gtk_notebook_class_init): fix wrong default value
in ::tab-expand param spec constructor.
svn path=/trunk/; revision=18725
Kjartan Maraas [Wed, 5 Sep 2007 11:37:12 +0000 (11:37 +0000)]
Updated Norwegian bokmål translation.
2007-09-05 Kjartan Maraas <kmaraas@gnome.org>
* nb.po: Updated Norwegian bokmål translation.
svn path=/trunk/; revision=18724
Jovan Naumovski [Tue, 4 Sep 2007 15:02:07 +0000 (15:02 +0000)]
2007-09-04 Jovan Naumovski <jovanna@svn.gnome.org> *mk.po: Updated Macedonian translation.
svn path=/trunk/; revision=18723
Fernando Herrera [Tue, 4 Sep 2007 12:36:24 +0000 (12:36 +0000)]
copy filename to builder->priv instead of holding a reference to it. Bug
2007-09-04 Fernando Herrera <fherrera@onirica.com>
* gtk/gtkbuilder.c: (gtk_builder_finalize),
(gtk_builder_add_from_file): copy filename to builder->priv instead of
holding a reference to it. Bug #472643
svn path=/trunk/; revision=18722
Johan Dahlin [Tue, 4 Sep 2007 12:19:37 +0000 (12:19 +0000)]
Do not iterate recursively over all child nodes.
2007-09-04 Johan Dahlin <jdahlin@async.com.br>
* gtk/gtk-builder-convert (GtkBuilder._packing_prop_to_child_attr):
Do not iterate recursively over all child nodes.
(GtkBuilderConverter._default_widget_converter): Use a more efficient
way of iterating over all property nodes
#472974 (Carlos Garnacho)
svn path=/trunk/; revision=18721
Michael Natterer [Tue, 4 Sep 2007 12:04:07 +0000 (12:04 +0000)]
added missing \n to g_print() in GTK_NOTE().
2007-09-04 Michael Natterer <mitch@imendio.com>
* gtk/gtkmodules.c: added missing \n to g_print() in GTK_NOTE().
svn path=/trunk/; revision=18720
Johan Dahlin [Tue, 4 Sep 2007 11:53:18 +0000 (11:53 +0000)]
Do not remove empty properties, since we do not know the default
2007-09-04 Johan Dahlin <jdahlin@async.com.br>
* gtk/gtk-builder-convert (GtkBuilderConverter._parse): Do not remove
empty properties, since we do not know the default GParamSpec values.
#472981 (Carlos Garnacho)
svn path=/trunk/; revision=18719
Behdad Esfahbod [Mon, 3 Sep 2007 21:59:49 +0000 (21:59 +0000)]
Remove duplicate gtk_print_operation_get_error(). (#473340, Yeti)
2007-09-03 Behdad Esfahbod <behdad@gnome.org>
* gtk/gtk-sections.txt: Remove duplicate
gtk_print_operation_get_error(). (#473340, Yeti)
svn path=/trunk/; revision=18718
Clytie Siddall [Mon, 3 Sep 2007 13:43:39 +0000 (13:43 +0000)]
2007-09-03 vi.po Updated Vietnamese translation
Clytie Siddall <clytie@riverland.net.au>
svn path=/trunk/; revision=18717
Clytie Siddall [Mon, 3 Sep 2007 13:36:37 +0000 (13:36 +0000)]
2007-09-03 vi.po Updated Vietnamese translation
Clytie Siddall <clytie@riverland.net.au>
svn path=/trunk/; revision=18716
Stéphane Raimbault [Mon, 3 Sep 2007 10:20:11 +0000 (10:20 +0000)]
Updated French translation
svn path=/trunk/; revision=18715
Stéphane Raimbault [Mon, 3 Sep 2007 10:07:42 +0000 (10:07 +0000)]
Updated French translation.
svn path=/trunk/; revision=18714
Emmanuele Bassi [Mon, 3 Sep 2007 09:49:59 +0000 (09:49 +0000)]
Remove the stat() time barrier, as it seems to cause bug #463907 (thanks
2007-09-03 Emmanuele Bassi <ebassi@gnome.org>
* gtk/gtkrecentmanager.c
(gtk_recent_manager_poll_timeout): Remove the stat() time barrier,
as it seems to cause bug #463907 (thanks to Sebastien Bacher).
svn path=/trunk/; revision=18713
Priit Laes [Mon, 3 Sep 2007 08:08:16 +0000 (08:08 +0000)]
Estonian translation updates by Ivar Smolin
2007-09-03 Priit Laes <plaes@svn.gnome.org>
* et.po: Estonian translation updates by Ivar Smolin
svn path=/trunk/; revision=18712
Yannig MARCHEGAY [Sat, 1 Sep 2007 20:19:16 +0000 (20:19 +0000)]
Updated Occitan translation
svn path=/trunk/; revision=18711
Kenneth Nielsen [Sat, 1 Sep 2007 18:07:57 +0000 (18:07 +0000)]
Updated Danish translation
svn path=/trunk/; revision=18710
Richard Hult [Fri, 31 Aug 2007 20:30:20 +0000 (20:30 +0000)]
Revert the previous change as it broke the build (missing po file in
2007-08-31 Richard Hult <richard@imendio.com>
* configure.in: Revert the previous change as it broke the build
(missing po file in po-properties).
svn path=/trunk/; revision=18709
Pramod Raghavendra [Fri, 31 Aug 2007 11:12:31 +0000 (11:12 +0000)]
Added Kannada to list of languages in ALL_LINGUAS
svn path=/trunk/; revision=18708
Pramod Raghavendra [Fri, 31 Aug 2007 11:12:15 +0000 (11:12 +0000)]
Added Kannada to list of languages in ALL_LINGUAS
svn path=/trunk/; revision=18707
Pramod Raghavendra [Fri, 31 Aug 2007 11:11:37 +0000 (11:11 +0000)]
Updated kn translations
svn path=/trunk/; revision=18706
Pramod Raghavendra [Fri, 31 Aug 2007 11:11:19 +0000 (11:11 +0000)]
Updated kn translations
svn path=/trunk/; revision=18705
Richard Hult [Thu, 30 Aug 2007 09:01:12 +0000 (09:01 +0000)]
Implement those. Based on patch from Stefan Gehn, bug #459459.
2007-08-30 Richard Hult <richard@imendio.com>
* gdk/quartz/gdkwindow-quartz.c: (gdk_window_set_decorations,
gdk_window_get_decorations): Implement those. Based on patch from
Stefan Gehn, bug #459459.
svn path=/trunk/; revision=18704
Richard Hult [Thu, 30 Aug 2007 08:21:32 +0000 (08:21 +0000)]
Patch from Stefan Gehn to implement those, bug #459667.
2007-08-30 Richard Hult <richard@imendio.com>
* gdk/quartz/gdkwindow-quartz.c: (gdk_window_set_keep_above,
gdk_window_set_keep_below): Patch from Stefan Gehn to implement
those, bug #459667.
svn path=/trunk/; revision=18703
Richard Hult [Thu, 30 Aug 2007 07:57:25 +0000 (07:57 +0000)]
Patch from Stefan Gehn to implement copying from a pixmap, bug #348493.
2007-08-30 Richard Hult <richard@imendio.com>
* gdk/quartz/gdkimage-quartz.c: (_gdk_quartz_image_copy_to_image):
Patch from Stefan Gehn to implement copying from a pixmap, bug
#348493.
svn path=/trunk/; revision=18702
Kristian Rietveld [Wed, 29 Aug 2007 12:01:15 +0000 (12:01 +0000)]
lower the default timeout values for gtk-tooltip-timeout and
2007-08-29 Kristian Rietveld <kris@imendio.com>
* gtk/gtksettings.c: lower the default timeout values for
gtk-tooltip-timeout and gtk-tooltip-browse-timeout. (#451202,
Richard Hult).
svn path=/trunk/; revision=18701
Alexander Shopov [Wed, 29 Aug 2007 05:49:27 +0000 (05:49 +0000)]
Updated Bulgarian translation by Alexander Shopov <ash@contact.bg>
2007-08-29 Alexander Shopov <ash@contact.bg>
* bg.po: Updated Bulgarian translation by
Alexander Shopov <ash@contact.bg>
svn path=/trunk/; revision=18700
Raphael Higino [Wed, 29 Aug 2007 02:46:59 +0000 (02:46 +0000)]
Updated Brazilian Portuguese translation
svn path=/trunk/; revision=18699
Yannig MARCHEGAY [Tue, 28 Aug 2007 18:45:29 +0000 (18:45 +0000)]
Updated Occitan translation
svn path=/trunk/; revision=18696
Yannig MARCHEGAY [Tue, 28 Aug 2007 18:43:30 +0000 (18:43 +0000)]
Updated Occitan translation
svn path=/trunk/; revision=18695
Tim Janik [Tue, 28 Aug 2007 15:26:23 +0000 (15:26 +0000)]
fix X serial handling to cope with wraparounds and maintain referential
Thu Aug 23 15:32:09 2007 Tim Janik <timj@imendio.com>
* gdk/x11/gdkgeometry-x11.c (_gdk_window_process_expose): fix
X serial handling to cope with wraparounds and maintain referential
integrity when removing list nodes. based on a patch by Hui Wang,
fixes #461648.
svn path=/trunk/; revision=18693
Stefan Kost [Mon, 27 Aug 2007 17:46:53 +0000 (17:46 +0000)]
Update menu accelerators, when adding/removing AccelGroups dynamically.
* gtk/gtkwindow.c: Update menu accelerators, when adding/removing
AccelGroups dynamically. (#469374)
svn path=/trunk/; revision=18691